;;; QQ: 67762207
%100
+30
+25
+3
[@main]
#IF
checkpkpoint 2
#SAY
I do not want to trade with you such a person. \ \
<Close/@exit>
#ELSESAY
My body is not comfortable and want to buy anything on his own pick bar. \ \
(FCOLOR/10) bulk <buy/@buy + (grocery type)> (FCOLOR/12) \
<Buy/@buy> Items \
<Sell/@sell> Items \
<Purchase of production materials/@buymakemat> \
<Synthetic stone/@MakeStone> \
With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
<Abandoned/@exit>

[@MakeStone]
#CALL [ProduceSystem\StoneMake.txt] @StoneMake

[@ BUY + ()]
#CALL [VimaScript\bulk purchases.Txt] @quantities 
[@buymakemat]
#CALL [ProduceSystem\MaterialSell.txt] @MaterialSellMain
[@buy]
#SAY
Pick any bar, but remember to pay ah ... \ \ \
<Pre-step/@main>

[@sell]
#SAY
It seems that you want to dispose of excess items to sell for Fang Shanglai bar. \
<Pre-step/@main>


[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0

#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \

#ACT
Mov D0 1

#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break

[@NoQuest_Say]
#IF
#SAY
_ I remember that battle. Norma carried out in the city (FCOLOR/10) finally (FCOLOR/12) fighting, the army with the absolute advantage of the desperate struggle with the rebels. \
_ Due to internal military traitors, we have been defeated in battle. I was a traitor stab a moment fainted. \
_ When I opened my eyes, all over the floor around the companion's body. Intense pain told me that I'm not dead. \
_ Injured in that battle, I retreated to the front line and engaged in grocery business started. Whenever I think of that battle, I feel whole body's blood in the back. \
_ I want you to help me settle this (FCOLOR/10) bloody grudges (FCOLOR/12) bar. Human to make such a request does not seem appropriate, but I have to rely on human beings apart from other warriors, no other solution. \ \
<Close/@exit>


[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207 